[java] Keystore change passwords

Posted by user313724 on Stack Overflow See other posts from Stack Overflow or by user313724
Published on 2010-05-22T18:22:56Z Indexed on 2010/05/22 18:30 UTC
Read the original article Hit count: 487

Filed under:
|

Hi,

I currently have a keystore, with a particular password that only I should know. I now need to give access to that keystore to someone else, so I would like to either:

1) Change the password, so I can share it with others and let them sign
2) Create a different password and allow them to sign with it.

Is this possible? and - if yes - how?

© Stack Overflow or respective owner

Related posts about java

Related posts about keystore